22 lines
359 B
Makefile
22 lines
359 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.9
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Pixmap library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xext xextproto xt
|
|
|
|
MAN1= cxpm.1 sxpm.1
|
|
|
|
.include <bsd.port.mk>
|