mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
428fac4e1c
Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
32 lines
704 B
Makefile
32 lines
704 B
Makefile
# Created by: jack
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asmem
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils afterstep
|
|
MASTER_SITES= https://tigr.net/afterstep/download/asmem/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= AfterStep look-n-feel memory utilization monitor
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= xorg
|
|
USE_XORG= x11 ice sm x11 xext xpm
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-xpm \
|
|
--with-xpm-includes=${LOCALBASE}/include \
|
|
--with-xpm-library=${LOCALBASE}/lib
|
|
|
|
post-build:
|
|
@${LN} -sf asmem.man ${WRKSRC}/asmem.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/asmem ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/asmem.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|