1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/deskutils/aspostit/Makefile
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

29 lines
619 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= aspostit
PORTVERSION= 1.3
PORTREVISION= 6
CATEGORIES= deskutils
MASTER_SITES= AFTERSTEP/apps/aspostit
MAINTAINER= ports@FreeBSD.org
COMMENT= AfterStep dockable version of XPostIt
LICENSE= GPLv2+
USE_XORG= xpm xaw xext x11
USES= gmake jpeg xorg
GNU_CONFIGURE= yes
PLIST_FILES= bin/aspostit man/man1/aspostit.1.gz
post-extract:
@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>