diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-23 10:16:09 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-23 10:16:09 +0800 |
commit | 6f500b1312a7c70fff155f673ec694cd5def6713 (patch) | |
tree | 0f2d43c4579820ffc061e1a1989a7dbd392b652c /sysutils/atitvout | |
parent | 930f1a4ff3f8cb113aff240cd28a2f8d93cdbec5 (diff) | |
download | freebsd-ports-gnome-6f500b1312a7c70fff155f673ec694cd5def6713.tar.gz freebsd-ports-gnome-6f500b1312a7c70fff155f673ec694cd5def6713.tar.zst freebsd-ports-gnome-6f500b1312a7c70fff155f673ec694cd5def6713.zip |
- Convert LIB_DEPENDS to new syntax
- Add stage support
- Add LICENSE
Diffstat (limited to 'sysutils/atitvout')
-rw-r--r-- | sysutils/atitvout/Makefile | 5 | ||||
-rw-r--r-- | sysutils/atitvout/files/patch-Makefile.bsd | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index 0346ebb58539..f469c8d6c138 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -10,12 +10,13 @@ MASTER_SITES= http://0pointer.de/lennart/projects/atitvout/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Toggle TV Out on Mach64 graphics cards -LIB_DEPENDS= lrmi:${PORTSDIR}/devel/lrmi +LICENSE= GPLv2 + +LIB_DEPENDS= liblrmi.so:${PORTSDIR}/devel/lrmi WRKSRC= ${WRKDIR}/atitvout MAKEFILE= Makefile.bsd PLIST_FILES+= sbin/atitvout -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/atitvout/files/patch-Makefile.bsd b/sysutils/atitvout/files/patch-Makefile.bsd index 974ecb066ac2..97357dcc9eec 100644 --- a/sysutils/atitvout/files/patch-Makefile.bsd +++ b/sysutils/atitvout/files/patch-Makefile.bsd @@ -19,7 +19,7 @@ + ${CC} ${LDFLAGS} ${OBJS} -o ${PROG} ${LIBS} + +install: -+ install -g wheel -o root -m 555 ${PROG} ${PREFIX}/sbin ++ install -m 555 ${PROG} ${DESTDIR}${PREFIX}/sbin + +clean: + rm -rf ${OBJS} ${PROG} |