freebsd-ports/sysutils/atitvout/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
458 B
Makefile

# Created by: Anish Mistry <amistry@am-productions.biz>
# $FreeBSD$
PORTNAME= atitvout
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= http://0pointer.de/lennart/projects/atitvout/ \
http://am-productions.biz/docs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Toggle TV Out on Mach64 graphics cards
LICENSE= GPLv2
LIB_DEPENDS= liblrmi.so:devel/lrmi
WRKSRC= ${WRKDIR}/atitvout
MAKEFILE= Makefile.bsd
PLIST_FILES+= sbin/atitvout
.include <bsd.port.mk>