1994-09-14 16:14:09 +02:00
|
|
|
# New ports collection makefile for: xpm
|
|
|
|
# Date created: 14 September 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1994-09-14 16:14:09 +02:00
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= xpm
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTVERSION= 3.4k
|
2004-10-21 21:59:06 +02:00
|
|
|
PORTREVISION= 1
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= graphics x11
|
2001-08-30 16:11:22 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= libraries
|
1995-04-09 09:09:55 +02:00
|
|
|
|
2001-09-17 19:40:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= The X Pixmap library
|
1998-04-16 03:56:46 +02:00
|
|
|
|
2004-08-21 06:54:30 +02:00
|
|
|
CONFLICTS= XFree86-libraries-[0-9]* xorg-libraries-[0-9]*
|
|
|
|
|
1995-04-09 09:09:55 +02:00
|
|
|
USE_IMAKE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1994-09-14 16:14:09 +02:00
|
|
|
|
1998-09-16 03:36:17 +02:00
|
|
|
MAN1= cxpm.1 sxpm.1
|
|
|
|
|
2002-09-14 15:32:06 +02:00
|
|
|
.ifdef USE_XPM
|
|
|
|
.error You have `USE_XPM' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
|
|
|
.endif
|
|
|
|
|
2004-04-17 15:16:42 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-10-26 05:08:09 +02:00
|
|
|
.if ${X_WINDOW_SYSTEM:L} != xfree86-3
|
|
|
|
IGNORE= is included in XFree86 >3.x
|
|
|
|
.endif
|
2004-04-17 15:16:42 +02:00
|
|
|
|
1995-06-24 13:42:32 +02:00
|
|
|
post-install:
|
1999-07-04 23:46:28 +02:00
|
|
|
@ranlib ${PREFIX}/lib/libXpm.a
|
1995-06-24 13:42:32 +02:00
|
|
|
|
2004-04-17 15:16:42 +02:00
|
|
|
.include <bsd.port.post.mk>
|