1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/libXpm/Makefile
2021-04-06 16:31:07 +02:00

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>