mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
400 B
Makefile
23 lines
400 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= libXpm
|
|
PORTVERSION= 3.5.13
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Pixmap library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg xorg-cat:lib
|
|
USE_XORG= xorgproto x11 xext xt
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENV_OFF= ac_cv_search_gettext=no
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|