freebsd-ports/sysutils/915resolution/Makefile
Emanuel Haupt 2c7ba2f9f7 - Update from 1.0 to 0.5 thus,
- bump PORTEPOCH
- provide additional master site

PR:		90178
Submitted by:	Remington <MrL0Lz@gmail.com> (maintainer)
2005-12-11 22:29:24 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: 915resolution
# Date created: 30 Apr 2004
# Whom: Remington Lang <MrL0Lz@gmail.com>
#
# $FreeBSD$
PORTNAME= 915resolution
PORTVERSION= 0.5
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.geocities.com/stomljen/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ehaupt
MAINTAINER= MrL0Lz@gmail.com
COMMENT= Resolution tool for Intel i915 video cards
USE_LINUX= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
PLIST_FILES= bin/915resolution
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/915resolution ${PREFIX}/bin
${BRANDELF} -t Linux ${PREFIX}/bin/915resolution
.include <bsd.port.mk>