blob: 088bd7014b32e95e85b04802158a7d184c599b54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Qinx
# Date created: 23 August 2002
# Whom: David Johnson <david@usermode.org>
#
# $FreeBSD$
#
PORTNAME= qinx
PORTVERSION= 1.0
CATEGORIES= x11-wm kde
MASTER_SITES= http://www.usermode.org/code/
MAINTAINER= david@usermode.org
COMMENT= A QNX Photon like window decoration and widget style for KDE
USE_KDEBASE_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|