blob: 57f1e529ae07802aa1fc526fe6a9d769bfada77b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: xclass
# Date created: 2004-02-05
# Whom: patrick@freebsd.org
#
# $FreeBSD$
#
PORTNAME= xclass
PORTVERSION= 0.8.2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xclass
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ layout library for X
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= shared
INSTALL_TARGET= install_shared
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.else
BROKEN= "Broken pkg-plist"
.endif
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2004-06-18
do-install:
${LN} -sf ${PREFIX}/lib/libxclass.so.0.8.2 ${PREFIX}/lib/libxclass.so
.include <bsd.port.post.mk>
|