freebsd-ports/x11/libXpm/Makefile
Dejan Lesjak 997e874e60 Port libXpm additionally installs sxpm(1) when more dependencies are present.
Register those explicitly to get consistent package.

Submitted by:	nork
2007-06-04 17:20:29 +00:00

21 lines
361 B
Makefile

# New ports collection makefile for: libXpm
# Date Created: 25 Jan, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXpm
PORTVERSION= 3.5.6
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Pixmap library
XORG_CAT= lib
USE_XORG= xproto x11 xext xextproto xt
MAN1= cxpm.1 sxpm.1
.include <bsd.port.mk>